ComponentOne Bitmap for UWP
Create(Device,Texture1DDescription,DataStream[]) Method

C1.UWP.DX Assembly > C1.Util.DX.Direct3D11 Namespace > Texture1D Class > Create Method : Create(Device,Texture1DDescription,DataStream[]) Method
The device with which to associate the texture.
The description of the texture.
An array of initial texture data for each subresource.
Initializes a new instance of the Texture1D class.
Syntax
'Declaration
 
Public Overloads Shared Function Create( _
   ByVal device As Device, _
   ByVal description As Texture1DDescription, _
   ByVal ParamArray data() As DataStream _
) As Texture1D
public static Texture1D Create( 
   Device device,
   Texture1DDescription description,
   params DataStream[] data
)

Parameters

device
The device with which to associate the texture.
description
The description of the texture.
data
An array of initial texture data for each subresource.
See Also

Reference

Texture1D Class
Texture1D Members
Overload List